home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 47 / CD-ROM 47 / CD-ROM 47.iso / aplicat / minibase / _setup.1 / MiniBase.exe / 0 / RCDATA / TDESDLGFORM / TDESDLGFORM.txt
Encoding:
Text File  |  1999-03-12  |  1.6 KB  |  84 lines

  1. object DesDlgForm: TDesDlgForm
  2.   Left = 200
  3.   Top = 108
  4.   Width = 264
  5.   Height = 187
  6.   ActiveControl = FNameEdit
  7.   Caption = 'Field details form'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCloseQuery = FormCloseQuery
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object BitBtn1: TBitBtn
  18.     Left = 168
  19.     Top = 128
  20.     Width = 75
  21.     Height = 25
  22.     TabOrder = 1
  23.     OnClick = BitBtn1Click
  24.     Kind = bkOK
  25.   end
  26.   object BitBtn2: TBitBtn
  27.     Left = 80
  28.     Top = 128
  29.     Width = 75
  30.     Height = 25
  31.     TabOrder = 2
  32.     OnClick = BitBtn2Click
  33.     Kind = bkCancel
  34.   end
  35.   object GroupBox1: TGroupBox
  36.     Left = 0
  37.     Top = 8
  38.     Width = 256
  39.     Height = 113
  40.     Caption = 'Enter field details '
  41.     TabOrder = 0
  42.     object Label1: TLabel
  43.       Left = 16
  44.       Top = 32
  45.       Width = 54
  46.       Height = 13
  47.       Caption = 'Field name:'
  48.     end
  49.     object Label2: TLabel
  50.       Left = 16
  51.       Top = 80
  52.       Width = 49
  53.       Height = 13
  54.       Caption = 'Data type:'
  55.     end
  56.     object FNameEdit: TEdit
  57.       Left = 88
  58.       Top = 24
  59.       Width = 153
  60.       Height = 21
  61.       MaxLength = 25
  62.       TabOrder = 0
  63.     end
  64.     object SortCB: TCheckBox
  65.       Left = 14
  66.       Top = 56
  67.       Width = 161
  68.       Height = 17
  69.       Alignment = taLeftJustify
  70.       Caption = 'Sort table on this field:'
  71.       TabOrder = 1
  72.     end
  73.     object CB1: TComboBox
  74.       Left = 88
  75.       Top = 80
  76.       Width = 153
  77.       Height = 21
  78.       Style = csDropDownList
  79.       ItemHeight = 13
  80.       TabOrder = 2
  81.     end
  82.   end
  83. end
  84.